home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1997 February: Technology Seed / Mac Tech Seed Feb '97.toast / ODF Release 3 / ODFDev / Container / Sources / Iters.h < prev    next >
Encoding:
Text File  |  1996-12-16  |  782 b   |  29 lines  |  [TEXT/MPS ]

  1. //========================================================================================
  2. //
  3. //    File:                Iters.h
  4. //    Release Version:    $ ODF 3 $
  5. //
  6. //    Copyright:            (c) 1993 - 1996 by Apple Computer, Inc., all rights reserved.
  7. //
  8. //========================================================================================
  9.  
  10. #ifndef ITERS_H
  11. #define ITERS_H
  12.  
  13. #ifndef PROXY_H
  14. #include "Proxy.h"
  15. #endif
  16.  
  17. #ifndef FWTRCTCL_H
  18. #include "FWTRCtCl.h"
  19. #endif
  20.  
  21. //========================================================================================
  22. // Typedefs
  23. //========================================================================================
  24.  
  25. typedef FW_TRefCountedCollection<CProxy> CProxyCollection;
  26. typedef FW_TRefCountedCollectionIterator<CProxy> CProxyCollectionIterator;
  27.  
  28. #endif
  29.